home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d15 / flipper.arc / FLIPPER.DOC < prev    next >
Text File  |  1989-06-11  |  3KB  |  78 lines

  1.                            FLIPPER
  2.         A COMPUTER VERSION OF A REAL LIFE COUNTERPART
  3.  
  4.                       By Jonathan Albert
  5.  
  6.      This is a game taken from the idea of a company called
  7. Binary Arts, who make a game called Top-Spin.  I got the idea
  8. from them.  It is the first computer version of it I know of.
  9.  
  10. Files:
  11.      You need:
  12.           Flipper.exe
  13.           Flipper.scr
  14.      Optional:
  15.           Flipper.doc (what you are reading)
  16.  
  17.      The object of this simple game is to switch to position
  18. of the 1 and 2 blocks so that the order goes 2 1 3 4 5 ....
  19. This is not an easy task.  They are only 3 moves, rotating
  20. all the pieces clockwise and counter-clockwise, and flipping
  21. the four pieces in the top, thus:
  22.                          __________
  23.                       1  2--3--4--5  6
  24.                    20    ~~~~~~~~~~     7
  25.                   19                    8
  26.                   18                    9
  27.                    17                 10
  28.                      16 15 14 13 12 11
  29.  
  30.                          Would become        As you can see,
  31.                          __________          the 1 and 4, 2
  32.                       1  5--4--3--2  6       and 3 positions
  33.                    20    ~~~~~~~~~~     7    switch.
  34.                   19                    8
  35.                   18                    9
  36.                    17                 10
  37.                      16 15 14 13 12 11
  38.  
  39. Help:
  40.      Brief instructions if you forget how to play.
  41. New:
  42.      Clears the board and restarts the game fresh.
  43. Quit:
  44.      Prompts you for Yes or No.  No will return to the game,
  45. yes will exit to DOS.
  46.  
  47. The keys are:
  48.  
  49. N new
  50. Q quit  -  Y yes N no
  51. H help
  52. A clockwise
  53. S counter-clockwise
  54. F flip the 1 and 4, 2 and 3 positions in the block
  55.  
  56. Mouse:
  57.      If you have a Microsoft compatible mouse, this game can
  58. be played entirely with it.  Or if you find the keyboard
  59. better, you can use it.  When you quit, you can click on the
  60. yellow on blue YES and NO to respond to the game.
  61.  
  62. This is public domain.  If you really enjoy it send a
  63. postcard.
  64.  
  65. Or send 50 cents.  I just want to know people play it.
  66.  
  67. My adress is:
  68.      Jonathan Albert
  69.      510 Cynwyd Circle
  70.      Bala Cynwyd, PA 19004
  71.  
  72. Thanks.
  73.  
  74. Note:
  75.      I had to add a short delay after every move so it doesn't repeat to
  76. quickly.  My dad was playing it and it was very difficult to flip the pieces
  77. just once, so I fixed it.
  78.